GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-25T14:09:48.3465647+00:00",
"SubmitDate": "2026-02-25T14:09:48.3465647+00:00",
"ReportPeriodStart": "2026-02-25T14:09:48.3465647+00:00",
"ReportPeriodEnd": "2026-02-25T14:09:48.3465647+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "493b4602-2799-4069-aede-4d204333d0af",
"Rows": [
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "493b4602-2799-4069-aede-4d204333d0af",
"Rows": [
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d057b329-9dd8-480d-9e1a-a01f9bde3449",
"ff40373b-988b-4a39-8302-dd740b6c1aea"
],
"Approvers": [
"37412b00-eed4-40c6-a397-d7423e75cd6f",
"ba073382-6d3f-4ee8-9c85-209819502713"
],
"ApprovedBy": "b6610cac-e07a-48db-9253-073881f09f0f",
"ApprovalDate": "2026-02-25T14:09:48.3465647+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fb7f546f-bdc0-4dfd-b7f8-33f10679fe14",
"id": "002c6641-2cc1-4fd2-9f48-6566f95b6a2e",
"ConfigId": "de647ff1-70ab-4ddc-b776-8cf8f93edccd"
},
{
"GenerationDate": "2026-02-25T14:09:48.3465647+00:00",
"SubmitDate": "2026-02-25T14:09:48.3465647+00:00",
"ReportPeriodStart": "2026-02-25T14:09:48.3465647+00:00",
"ReportPeriodEnd": "2026-02-25T14:09:48.3465647+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "493b4602-2799-4069-aede-4d204333d0af",
"Rows": [
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "493b4602-2799-4069-aede-4d204333d0af",
"Rows": [
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84cae765-2611-4af8-9d1a-be8f2e0a03e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d057b329-9dd8-480d-9e1a-a01f9bde3449",
"ff40373b-988b-4a39-8302-dd740b6c1aea"
],
"Approvers": [
"37412b00-eed4-40c6-a397-d7423e75cd6f",
"ba073382-6d3f-4ee8-9c85-209819502713"
],
"ApprovedBy": "b6610cac-e07a-48db-9253-073881f09f0f",
"ApprovalDate": "2026-02-25T14:09:48.3465647+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fb7f546f-bdc0-4dfd-b7f8-33f10679fe14",
"id": "002c6641-2cc1-4fd2-9f48-6566f95b6a2e",
"ConfigId": "de647ff1-70ab-4ddc-b776-8cf8f93edccd"
}
]